home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pclframe / windows / pclframe.mak < prev    next >
Text File  |  1996-11-07  |  39KB  |  868 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=PCLFrame - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to PCLFrame - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "PCLFrame - Win32 Release" && "$(CFG)" !=\
  12.  "PCLFrame - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "PCLFrame.mak" CFG="PCLFrame - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "PCLFrame - Win32 Release" (based on\
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "PCLFrame - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25. !ERROR An invalid configuration is specified.
  26. !ENDIF 
  27.  
  28. !IF "$(OS)" == "Windows_NT"
  29. NULL=
  30. !ELSE 
  31. NULL=nul
  32. !ENDIF 
  33. ################################################################################
  34. # Begin Project
  35. # PROP Target_Last_Scanned "PCLFrame - Win32 Debug"
  36. CPP=cl.exe
  37. RSC=rc.exe
  38. MTL=mktyplib.exe
  39.  
  40. !IF  "$(CFG)" == "PCLFrame - Win32 Release"
  41.  
  42. # PROP BASE Use_MFC 0
  43. # PROP BASE Use_Debug_Libraries 0
  44. # PROP BASE Output_Dir "Release"
  45. # PROP BASE Intermediate_Dir "Release"
  46. # PROP BASE Target_Dir ""
  47. # PROP Use_MFC 0
  48. # PROP Use_Debug_Libraries 0
  49. # PROP Output_Dir "Release"
  50. # PROP Intermediate_Dir "Release"
  51. # PROP Target_Dir ""
  52. OUTDIR=.\Release
  53. INTDIR=.\Release
  54.  
  55. ALL : "$(OUTDIR)\PCLFrame.add"
  56.  
  57. CLEAN : 
  58.     -@erase "$(INTDIR)\FramePlugin.obj"
  59.     -@erase "$(INTDIR)\Main.obj"
  60.     -@erase "$(INTDIR)\PCLFrame.res"
  61.     -@erase "$(OUTDIR)\PCLFrame.add"
  62.     -@erase "$(OUTDIR)\PCLFrame.exp"
  63.     -@erase "$(OUTDIR)\PCLFrame.lib"
  64.  
  65. "$(OUTDIR)" :
  66.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  67.  
  68. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  69. # ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "..\common" /I "..\windows" /I "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands" /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  70. CPP_PROJ=/nologo /Zp1 /ML /W3 /GX /O2 /I "..\common" /I "..\windows" /I\
  71.  "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I\
  72.  "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands"\
  73.  /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  74.  /Fp"$(INTDIR)/PCLFrame.pch" /YX /Fo"$(INTDIR)/" /c 
  75. CPP_OBJS=.\Release/
  76. CPP_SBRS=.\.
  77. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  78. # ADD MTL /nologo /D "NDEBUG" /win32
  79. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  80. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  81. # ADD RSC /l 0x409 /d "NDEBUG"
  82. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCLFrame.res" /d "NDEBUG" 
  83. BSC32=bscmake.exe
  84. # ADD BASE BSC32 /nologo
  85. # ADD BSC32 /nologo
  86. BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCLFrame.bsc" 
  87. BSC32_SBRS= \
  88.     
  89. LINK32=link.exe
  90. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  91. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:1.0 /subsystem:windows /dll /machine:I386 /nodefaultlib:"LIBC.LIB" /out:"Release/PCLFrame.add"
  92. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  93.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  94.  odbccp32.lib /nologo /version:1.0 /subsystem:windows /dll /incremental:no\
  95.  /pdb:"$(OUTDIR)/PCLFrame.pdb" /machine:I386 /nodefaultlib:"LIBC.LIB"\
  96.  /def:".\PCLFrame.def" /out:"$(OUTDIR)/PCLFrame.add"\
  97.  /implib:"$(OUTDIR)/PCLFrame.lib" 
  98. DEF_FILE= \
  99.     ".\PCLFrame.def"
  100. LINK32_OBJS= \
  101.     "$(INTDIR)\FramePlugin.obj" \
  102.     "$(INTDIR)\Main.obj" \
  103.     "$(INTDIR)\PCLFrame.res" \
  104.     "..\..\PageMakerClassLibrary\Windows\PCL.lib"
  105.  
  106. "$(OUTDIR)\PCLFrame.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  107.     $(LINK32) @<<
  108.   $(LINK32_FLAGS) $(LINK32_OBJS)
  109. <<
  110.  
  111. !ELSEIF  "$(CFG)" == "PCLFrame - Win32 Debug"
  112.  
  113. # PROP BASE Use_MFC 0
  114. # PROP BASE Use_Debug_Libraries 1
  115. # PROP BASE Output_Dir "Debug"
  116. # PROP BASE Intermediate_Dir "Debug"
  117. # PROP BASE Target_Dir ""
  118. # PROP Use_MFC 0
  119. # PROP Use_Debug_Libraries 1
  120. # PROP Output_Dir "Debug"
  121. # PROP Intermediate_Dir "Debug"
  122. # PROP Target_Dir ""
  123. OUTDIR=.\Debug
  124. INTDIR=.\Debug
  125.  
  126. ALL : "$(OUTDIR)\PCLFrame.add"
  127.  
  128. CLEAN : 
  129.     -@erase "$(INTDIR)\FramePlugin.obj"
  130.     -@erase "$(INTDIR)\Main.obj"
  131.     -@erase "$(INTDIR)\PCLFrame.res"
  132.     -@erase "$(INTDIR)\vc40.idb"
  133.     -@erase "$(INTDIR)\vc40.pdb"
  134.     -@erase "$(OUTDIR)\PCLFrame.add"
  135.     -@erase "$(OUTDIR)\PCLFrame.exp"
  136.     -@erase "$(OUTDIR)\PCLFrame.ilk"
  137.     -@erase "$(OUTDIR)\PCLFrame.lib"
  138.     -@erase "$(OUTDIR)\PCLFrame.pdb"
  139.  
  140. "$(OUTDIR)" :
  141.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  142.  
  143. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  144. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\windows" /I "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands" /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  145. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\windows" /I\
  146.  "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I\
  147.  "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands"\
  148.  /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  149.  /Fp"$(INTDIR)/PCLFrame.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  150. CPP_OBJS=.\Debug/
  151. CPP_SBRS=.\.
  152. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  153. # ADD MTL /nologo /D "_DEBUG" /win32
  154. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  155. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  156. # ADD RSC /l 0x409 /d "_DEBUG"
  157. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCLFrame.res" /d "_DEBUG" 
  158. BSC32=bscmake.exe
  159. # ADD BASE BSC32 /nologo
  160. # ADD BSC32 /nologo
  161. BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCLFrame.bsc" 
  162. BSC32_SBRS= \
  163.     
  164. LINK32=link.exe
  165. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  166. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"LIBC.LIB" /out:"Debug/PCLFrame.add"
  167. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  168.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  169.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  170.  /pdb:"$(OUTDIR)/PCLFrame.pdb" /debug /machine:I386 /nodefaultlib:"LIBC.LIB"\
  171.  /def:".\PCLFrame.def" /out:"$(OUTDIR)/PCLFrame.add"\
  172.  /implib:"$(OUTDIR)/PCLFrame.lib" 
  173. DEF_FILE= \
  174.     ".\PCLFrame.def"
  175. LINK32_OBJS= \
  176.     "$(INTDIR)\FramePlugin.obj" \
  177.     "$(INTDIR)\Main.obj" \
  178.     "$(INTDIR)\PCLFrame.res" \
  179.     "..\..\PageMakerClassLibrary\Windows\PCL.lib"
  180.  
  181. "$(OUTDIR)\PCLFrame.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  182.     $(LINK32) @<<
  183.   $(LINK32_FLAGS) $(LINK32_OBJS)
  184. <<
  185.  
  186. !ENDIF 
  187.  
  188. .c{$(CPP_OBJS)}.obj:
  189.    $(CPP) $(CPP_PROJ) $<  
  190.  
  191. .cpp{$(CPP_OBJS)}.obj:
  192.    $(CPP) $(CPP_PROJ) $<  
  193.  
  194. .cxx{$(CPP_OBJS)}.obj:
  195.    $(CPP) $(CPP_PROJ) $<  
  196.  
  197. .c{$(CPP_SBRS)}.sbr:
  198.    $(CPP) $(CPP_PROJ) $<  
  199.  
  200. .cpp{$(CPP_SBRS)}.sbr:
  201.    $(CPP) $(CPP_PROJ) $<  
  202.  
  203. .cxx{$(CPP_SBRS)}.sbr:
  204.    $(CPP) $(CPP_PROJ) $<  
  205.  
  206. ################################################################################
  207. # Begin Target
  208.  
  209. # Name "PCLFrame - Win32 Release"
  210. # Name "PCLFrame - Win32 Debug"
  211.  
  212. !IF  "$(CFG)" == "PCLFrame - Win32 Release"
  213.  
  214. !ELSEIF  "$(CFG)" == "PCLFrame - Win32 Debug"
  215.  
  216. !ENDIF 
  217.  
  218. ################################################################################
  219. # Begin Source File
  220.  
  221. SOURCE=.\PCLFrame.def
  222.  
  223. !IF  "$(CFG)" == "PCLFrame - Win32 Release"
  224.  
  225. !ELSEIF  "$(CFG)" == "PCLFrame - Win32 Debug"
  226.  
  227. !ENDIF 
  228.  
  229. # End Source File
  230. ################################################################################
  231. # Begin Source File
  232.  
  233. SOURCE=.\PCLFrame.rc
  234. DEP_RSC_PCLFR=\
  235.     ".\test.rc"\
  236.     
  237.  
  238. "$(INTDIR)\PCLFrame.res" : $(SOURCE) $(DEP_RSC_PCLFR) "$(INTDIR)"
  239.    $(RSC) $(RSC_PROJ) $(SOURCE)
  240.  
  241.  
  242. # End Source File
  243. ################################################################################
  244. # Begin Source File
  245.  
  246. SOURCE=..\Common\Main.cpp
  247.  
  248. !IF  "$(CFG)" == "PCLFrame - Win32 Release"
  249.  
  250. DEP_CPP_MAIN_=\
  251.     "..\..\includes\CIBasic.h"\
  252.     "..\..\includes\CICommandsAndQueries.h"\
  253.     "..\..\includes\CIInterfaceManager.h"\
  254.     "..\..\includes\CIObjectAccess.h"\
  255.     "..\..\includes\CIWindow.h"\
  256.     "..\..\includes\oldpatch.h"\
  257.     "..\..\includes\oldtypes.h"\
  258.     "..\..\includes\PMCommands.h"\
  259.     "..\..\includes\PMCQErrs.h"\
  260.     "..\..\includes\PMErrors.h"\
  261.     "..\..\includes\PMEvent.h"\
  262.     "..\..\includes\PMEventRec.h"\
  263.     "..\..\includes\PMInterfaceIDs.h"\
  264.     "..\..\includes\PMKeywords.h"\
  265.     "..\..\includes\PMMemory.h"\
  266.     "..\..\includes\PMPlugin.h"\
  267.     "..\..\includes\PMQueries.h"\
  268.     "..\..\includes\PMTypes.h"\
  269.     "..\..\includes\PMUtils.h"\
  270.     "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
  271.     "..\Common\FramePlugin.h"\
  272.     
  273. NODEP_CPP_MAIN_=\
  274.     "..\..\includes\oldpmblk.h"\
  275.     "..\..\includes\PageMakerDialogErrs.h"\
  276.     "..\..\includes\PageMakerFileErrs.h"\
  277.     "..\..\includes\PageMakerImpExpErrs.h"\
  278.     "..\..\includes\PageMakerMiscErrs.h"\
  279.     "..\..\includes\PageMakerPrinterErrs.h"\
  280.     "..\..\includes\PageMakerTextErrs.h"\
  281.     
  282.  
  283. "$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  284.    $(CPP) $(CPP_PROJ) $(SOURCE)
  285.  
  286.  
  287. !ELSEIF  "$(CFG)" == "PCLFrame - Win32 Debug"
  288.  
  289. DEP_CPP_MAIN_=\
  290.     "..\..\includes\CIBasic.h"\
  291.     "..\..\includes\CICommandsAndQueries.h"\
  292.     "..\..\includes\CIInterfaceManager.h"\
  293.     "..\..\includes\CIObjectAccess.h"\
  294.     "..\..\includes\CIWindow.h"\
  295.     "..\..\includes\oldpatch.h"\
  296.     "..\..\includes\oldtypes.h"\
  297.     "..\..\includes\PMCommands.h"\
  298.     "..\..\includes\PMCQErrs.h"\
  299.     "..\..\includes\PMErrors.h"\
  300.     "..\..\includes\PMEvent.h"\
  301.     "..\..\includes\PMEventRec.h"\
  302.     "..\..\includes\PMInterfaceIDs.h"\
  303.     "..\..\includes\PMPlugin.h"\
  304.     "..\..\includes\PMQueries.h"\
  305.     "..\..\includes\PMTypes.h"\
  306.     "..\..\includes\PMUtils.h"\
  307.     "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
  308.     "..\Common\FramePlugin.h"\
  309.     
  310. NODEP_CPP_MAIN_=\
  311.     "..\..\includes\oldpmblk.h"\
  312.     
  313.  
  314. "$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  315.    $(CPP) $(CPP_PROJ) $(SOURCE)
  316.  
  317.  
  318. !ENDIF 
  319.  
  320. # End Source File
  321. ################################################################################
  322. # Begin Source File
  323.  
  324. SOURCE=..\Common\FramePlugin.cpp
  325.  
  326. !IF  "$(CFG)" == "PCLFrame - Win32 Release"
  327.  
  328. DEP_CPP_FRAME=\
  329.     "..\..\includes\CICommandsAndQueries.h"\
  330.     "..\..\includes\CIInterfaceManager.h"\
  331.     "..\..\includes\CIWindow.h"\
  332.     "..\..\includes\oldpatch.h"\
  333.     "..\..\includes\oldtypes.h"\
  334.     "..\..\includes\PMCommands.h"\
  335.     "..\..\includes\PMCQErrs.h"\
  336.     "..\..\includes\PMErrors.h"\
  337.     "..\..\includes\PMInterfaceIDs.h"\
  338.     "..\..\includes\PMKeywords.h"\
  339.     "..\..\includes\PMMemory.h"\
  340.     "..\..\includes\PMPlugin.h"\
  341.     "..\..\includes\PMQueries.h"\
  342.     "..\..\includes\PMTypes.h"\
  343.     "..\..\includes\PMUtils.h"\
  344.     "..\..\PageMakerClassLibrary\Commands\PAddition.h"\
  345.     "..\..\PageMakerClassLibrary\Commands\PAddWord.h"\
  346.     "..\..\PageMakerClassLibrary\Commands\PAlignment.h"\
  347.     "..\..\PageMakerClassLibrary\Commands\PBlackAttributes.h"\
  348.     "..\..\PageMakerClassLibrary\Commands\PBook.h"\
  349.     "..\..\PageMakerClassLibrary\Commands\PBoolCommand.h"\
  350.     "..\..\PageMakerClassLibrary\Commands\PBox.h"\
  351.     "..\..\PageMakerClassLibrary\Commands\PCase.h"\
  352.     "..\..\PageMakerClassLibrary\Commands\PChange.h"\
  353.     "..\..\PageMakerClassLibrary\Commands\PChangeAll.h"\
  354.     "..\..\PageMakerClassLibrary\Commands\PChangeParaAttr.h"\
  355.     "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr1.h"\
  356.     "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr2.h"\
  357.     "..\..\PageMakerClassLibrary\Commands\PClose.h"\
  358.     "..\..\PageMakerClassLibrary\Commands\PColor.h"\
  359.     "..\..\PageMakerClassLibrary\Commands\PColumnGuides.h"\
  360.     "..\..\PageMakerClassLibrary\Commands\PCreateIndex.h"\
  361.     "..\..\PageMakerClassLibrary\Commands\PCreateTOC.h"\
  362.     "..\..\PageMakerClassLibrary\Commands\PCrop.h"\
  363.     "..\..\PageMakerClassLibrary\Commands\PDefineColor.h"\
  364.     "..\..\PageMakerClassLibrary\Commands\PDefineInk.h"\
  365.     "..\..\PageMakerClassLibrary\Commands\PDefineMasterPage.h"\
  366.     "..\..\PageMakerClassLibrary\Commands\PDeletePrivateData.h"\
  367.     "..\..\PageMakerClassLibrary\Commands\PExport.h"\
  368.     "..\..\PageMakerClassLibrary\Commands\PFillAndLine.h"\
  369.     "..\..\PageMakerClassLibrary\Commands\PFillStyle.h"\
  370.     "..\..\PageMakerClassLibrary\Commands\PFind.h"\
  371.     "..\..\PageMakerClassLibrary\Commands\PFindParaAttr.h"\
  372.     "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr1.h"\
  373.     "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr2.h"\
  374.     "..\..\PageMakerClassLibrary\Commands\PFontDrawing.h"\
  375.     "..\..\PageMakerClassLibrary\Commands\PHyphenation.h"\
  376.     "..\..\PageMakerClassLibrary\Commands\PImport.h"\
  377.     "..\..\PageMakerClassLibrary\Commands\PIndents.h"\
  378.     "..\..\PageMakerClassLibrary\Commands\PIndexFormat.h"\
  379.     "..\..\PageMakerClassLibrary\Commands\PInkND.h"\
  380.     "..\..\PageMakerClassLibrary\Commands\PInsertPages.h"\
  381.     "..\..\PageMakerClassLibrary\Commands\PLetterSpace.h"\
  382.     "..\..\PageMakerClassLibrary\Commands\PLine.h"\
  383.     "..\..\PageMakerClassLibrary\Commands\PLineStyle.h"\
  384.     "..\..\PageMakerClassLibrary\Commands\PLinkOptions.h"\
  385.     "..\..\PageMakerClassLibrary\Commands\PLongCommand.h"\
  386.     "..\..\PageMakerClassLibrary\Commands\PManualKerning.h"\
  387.     "..\..\PageMakerClassLibrary\Commands\PMasterPage.h"\
  388.     "..\..\PageMakerClassLibrary\Commands\PMeasureUnits.h"\
  389.     "..\..\PageMakerClassLibrary\Commands\PMove.h"\
  390.     "..\..\PageMakerClassLibrary\Commands\PMoveColumn.h"\
  391.     "..\..\PageMakerClassLibrary\Commands\PMultiplePaste.h"\
  392.     "..\..\PageMakerClassLibrary\Commands\PMultPasteOffset.h"\
  393.     "..\..\PageMakerClassLibrary\Commands\PNewStory.h"\
  394.     "..\..\PageMakerClassLibrary\Commands\PNewStorySized.h"\
  395.     "..\..\PageMakerClassLibrary\Commands\PNudge.h"\
  396.     "..\..\PageMakerClassLibrary\Commands\PNullCommand.h"\
  397.     "..\..\PageMakerClassLibrary\Commands\POpen.h"\
  398.     "..\..\PageMakerClassLibrary\Commands\POval.h"\
  399.     "..\..\PageMakerClassLibrary\Commands\PPage.h"\
  400.     "..\..\PageMakerClassLibrary\Commands\PPageMargins.h"\
  401.     "..\..\PageMakerClassLibrary\Commands\PPageNumbers.h"\
  402.     "..\..\PageMakerClassLibrary\Commands\PPageOptions.h"\
  403.     "..\..\PageMakerClassLibrary\Commands\PPageSize.h"\
  404.     "..\..\PageMakerClassLibrary\Commands\PPaintWindow.h"\
  405.     "..\..\PageMakerClassLibrary\Commands\PParaOptions.h"\
  406.     "..\..\PageMakerClassLibrary\Commands\PParaSpace.h"\
  407.     "..\..\PageMakerClassLibrary\Commands\PPasteSpecial.h"\
  408.     "..\..\PageMakerClassLibrary\Commands\PPickColor.h"\
  409.     "..\..\PageMakerClassLibrary\Commands\PPlace.h"\
  410.     "..\..\PageMakerClassLibrary\Commands\PPlaceSized.h"\
  411.     "..\..\PageMakerClassLibrary\Commands\PPolygon.h"\
  412.     "..\..\PageMakerClassLibrary\Commands\PPolygonAttribs.h"\
  413.     "..\..\PageMakerClassLibrary\Commands\PPreferences.h"\
  414.     "..\..\PageMakerClassLibrary\Commands\PPrint.h"\
  415.     "..\..\PageMakerClassLibrary\Commands\PPrintColor.h"\
  416.     "..\..\PageMakerClassLibrary\Commands\PPrintDoc.h"\
  417.     "..\..\PageMakerClassLibrary\Commands\PPrintFeature.h"\
  418.     "..\..\PageMakerClassLibrary\Commands\PPrintInk.h"\
  419.     "..\..\PageMakerClassLibrary\Commands\PPrintOptions.h"\
  420.     "..\..\PageMakerClassLibrary\Commands\PPrintOptionsPS.h"\
  421.     "..\..\PageMakerClassLibrary\Commands\PPrintPaperPS.h"\
  422.     "..\..\PageMakerClassLibrary\Commands\PPrintTo.h"\
  423.     "..\..\PageMakerClassLibrary\Commands\PPrivateData.h"\
  424.     "..\..\PageMakerClassLibrary\Commands\PPrivateString.h"\
  425.     "..\..\PageMakerClassLibrary\Commands\PReflect.h"\
  426.     "..\..\PageMakerClassLibrary\Commands\PRemovePages.h"\
  427.     "..\..\PageMakerClassLibrary\Commands\PRemoveUnusedColors.h"\
  428.     "..\..\PageMakerClassLibrary\Commands\PRemoveWord.h"\
  429.     "..\..\PageMakerClassLibrary\Commands\PRenameMasterPage.h"\
  430.     "..\..\PageMakerClassLibrary\Commands\PResize.h"\
  431.     "..\..\PageMakerClassLibrary\Commands\PResizePct.h"\
  432.     "..\..\PageMakerClassLibrary\Commands\PRevert.h"\
  433.     "..\..\PageMakerClassLibrary\Commands\PRotate.h"\
  434.     "..\..\PageMakerClassLibrary\Commands\PRuleAbove.h"\
  435.     "..\..\PageMakerClassLibrary\Commands\PRuleBelow.h"\
  436.     "..\..\PageMakerClassLibrary\Commands\PRuleOptions.h"\
  437.     "..\..\PageMakerClassLibrary\Commands\PSaveAs.h"\
  438.     "..\..\PageMakerClassLibrary\Commands\PSaveAsMasterPage.h"\
  439.     "..\..\PageMakerClassLibrary\Commands\PScroll.h"\
  440.     "..\..\PageMakerClassLibrary\Commands\PSelect.h"\
  441.     "..\..\PageMakerClassLibrary\Commands\PSelectExtend.h"\
  442.     "..\..\PageMakerClassLibrary\Commands\PSendToPage.h"\
  443.     "..\..\PageMakerClassLibrary\Commands\PSetTextCursor.h"\
  444.     "..\..\PageMakerClassLibrary\Commands\PShortCommand.h"\
  445.     "..\..\PageMakerClassLibrary\Commands\PSizeBump.h"\
  446.     "..\..\PageMakerClassLibrary\Commands\PSkew.h"\
  447.     "..\..\PageMakerClassLibrary\Commands\PSpaceOptions.h"\
  448.     "..\..\PageMakerClassLibrary\Commands\PSpell.h"\
  449.     "..\..\PageMakerClassLibrary\Commands\PStoryEditPref.h"\
  450.     "..\..\PageMakerClassLibrary\Commands\PStringCommand.h"\
  451.     "..\..\PageMakerClassLibrary\Commands\PSuppressPalDraw.h"\
  452.     "..\..\PageMakerClassLibrary\Commands\PTabs.h"\
  453.     "..\..\PageMakerClassLibrary\Commands\PTextCursor.h"\
  454.     "..\..\PageMakerClassLibrary\Commands\PTextSelect.h"\
  455.     "..\..\PageMakerClassLibrary\Commands\PTextWrap.h"\
  456.     "..\..\PageMakerClassLibrary\Commands\PTextWrapPoly.h"\
  457.     "..\..\PageMakerClassLibrary\Commands\PTool.h"\
  458.     "..\..\PageMakerClassLibrary\Commands\PTrack.h"\
  459.     "..\..\PageMakerClassLibrary\Commands\PTrapSettings.h"\
  460.     "..\..\PageMakerClassLibrary\Commands\PTypeOptions.h"\
  461.     "..\..\PageMakerClassLibrary\Commands\PWindow.h"\
  462.     "..\..\PageMakerClassLibrary\Commands\PWordSpace.h"\
  463.     "..\..\PageMakerClassLibrary\Common\PCL.h"\
  464.     "..\..\PageMakerClassLibrary\lowlevel\PCallback.h"\
  465.     "..\..\PageMakerClassLibrary\LowLevel\PCommand.h"\
  466.     "..\..\PageMakerClassLibrary\LowLevel\PKeywords.h"\
  467.     "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
  468.     "..\..\PageMakerClassLibrary\LowLevel\PQuery.h"\
  469.     "..\..\PageMakerClassLibrary\LowLevel\PReplyBuf.h"\
  470.     "..\..\PageMakerClassLibrary\LowLevel\PRequestBuf.h"\
  471.     "..\..\PageMakerClassLibrary\Queries\PBoolQuery.h"\
  472.     "..\..\PageMakerClassLibrary\Queries\PGetAdditions.h"\
  473.     "..\..\PageMakerClassLibrary\Queries\PGetAdditionsDir.h"\
  474.     "..\..\PageMakerClassLibrary\Queries\PGetBlackAttributes.h"\
  475.     "..\..\PageMakerClassLibrary\Queries\PGetBook.h"\
  476.     "..\..\PageMakerClassLibrary\Queries\PGetChangeParaAttr.h"\
  477.     "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr1.h"\
  478.     "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr2.h"\
  479.     "..\..\PageMakerClassLibrary\Queries\PGetColor.h"\
  480.     "..\..\PageMakerClassLibrary\Queries\PGetColorInfo.h"\
  481.     "..\..\PageMakerClassLibrary\Queries\PGetColumnGuides.h"\
  482.     "..\..\PageMakerClassLibrary\Queries\PGetConvertStr.h"\
  483.     "..\..\PageMakerClassLibrary\Queries\PGetConvertTwips.h"\
  484.     "..\..\PageMakerClassLibrary\Queries\PGetExportFilters.h"\
  485.     "..\..\PageMakerClassLibrary\Queries\PGetFillAndLine.h"\
  486.     "..\..\PageMakerClassLibrary\Queries\PGetFindParaAttr.h"\
  487.     "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr1.h"\
  488.     "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr2.h"\
  489.     "..\..\PageMakerClassLibrary\Queries\PGetFontDrawing.h"\
  490.     "..\..\PageMakerClassLibrary\Queries\PGetFontList.h"\
  491.     "..\..\PageMakerClassLibrary\Queries\PGetHorizGuides.h"\
  492.     "..\..\PageMakerClassLibrary\Queries\PGetHyphenation.h"\
  493.     "..\..\PageMakerClassLibrary\Queries\PGetImageFrame.h"\
  494.     "..\..\PageMakerClassLibrary\Queries\PGetImportFilters.h"\
  495.     "..\..\PageMakerClassLibrary\Queries\PGetIndents.h"\
  496.     "..\..\PageMakerClassLibrary\Queries\PGetInkND.h"\
  497.     "..\..\PageMakerClassLibrary\Queries\PGetLetterSpace.h"\
  498.     "..\..\PageMakerClassLibrary\Queries\PGetLineBreak.h"\
  499.     "..\..\PageMakerClassLibrary\Queries\PGetLineBreakLoc.h"\
  500.     "..\..\PageMakerClassLibrary\Queries\PGetLineStyle.h"\
  501.     "..\..\PageMakerClassLibrary\Queries\PGetLinkInfo.h"\
  502.     "..\..\PageMakerClassLibrary\Queries\PGetLinkOptions.h"\
  503.     "..\..\PageMakerClassLibrary\Queries\PGetLinks.h"\
  504.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPage.h"\
  505.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPageInfo.h"\
  506.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPageList.h"\
  507.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPageName.h"\
  508.     "..\..\PageMakerClassLibrary\Queries\PGetMeasureUnits.h"\
  509.     "..\..\PageMakerClassLibrary\Queries\PGetMultPasteOffset.h"\
  510.     "..\..\PageMakerClassLibrary\Queries\PGetObjectIDInfo.h"\
  511.     "..\..\PageMakerClassLibrary\Queries\PGetObjectInfo.h"\
  512.     "..\..\PageMakerClassLibrary\Queries\PGetObjectLoc.h"\
  513.     "..\..\PageMakerClassLibrary\Queries\PGetPageID.h"\
  514.     "..\..\PageMakerClassLibrary\Queries\PGetPageImage.h"\
  515.     "..\..\PageMakerClassLibrary\Queries\PGetPageMargins.h"\
  516.     "..\..\PageMakerClassLibrary\Queries\PGetPageNumber.h"\
  517.     "..\..\PageMakerClassLibrary\Queries\PGetPageNumberByID.h"\
  518.     "..\..\PageMakerClassLibrary\Queries\PGetPageNumbers.h"\
  519.     "..\..\PageMakerClassLibrary\Queries\PGetPageOptions.h"\
  520.     "..\..\PageMakerClassLibrary\Queries\PGetPageSize.h"\
  521.     "..\..\PageMakerClassLibrary\Queries\PGetParaOptions.h"\
  522.     "..\..\PageMakerClassLibrary\Queries\PGetParaSpace.h"\
  523.     "..\..\PageMakerClassLibrary\Queries\PGetPickers.h"\
  524.     "..\..\PageMakerClassLibrary\Queries\PGetPMInfo.h"\
  525.     "..\..\PageMakerClassLibrary\Queries\PGetPolygonAttribs.h"\
  526.     "..\..\PageMakerClassLibrary\Queries\PGetPPDFontLocation.h"\
  527.     "..\..\PageMakerClassLibrary\Queries\PGetPreferences.h"\
  528.     "..\..\PageMakerClassLibrary\Queries\PGetPrintCaps.h"\
  529.     "..\..\PageMakerClassLibrary\Queries\PGetPrintColor.h"\
  530.     "..\..\PageMakerClassLibrary\Queries\PGetPrintDoc.h"\
  531.     "..\..\PageMakerClassLibrary\Queries\PGetPrinter.h"\
  532.     "..\..\PageMakerClassLibrary\Queries\PGetPrintFeature.h"\
  533.     "..\..\PageMakerClassLibrary\Queries\PGetPrintFeatureItems.h"\
  534.     "..\..\PageMakerClassLibrary\Queries\PGetPrintInk.h"\
  535.     "..\..\PageMakerClassLibrary\Queries\PGetPrintOptions.h"\
  536.     "..\..\PageMakerClassLibrary\Queries\PGetPrintOptionsPS.h"\
  537.     "..\..\PageMakerClassLibrary\Queries\PGetPrintPaperPS.h"\
  538.     "..\..\PageMakerClassLibrary\Queries\PGetPrintTo.h"\
  539.     "..\..\PageMakerClassLibrary\Queries\PGetPrivateData.h"\
  540.     "..\..\PageMakerClassLibrary\Queries\PGetPrivateList.h"\
  541.     "..\..\PageMakerClassLibrary\Queries\PGetPrivateString.h"\
  542.     "..\..\PageMakerClassLibrary\Queries\PGetPubWindowRect.h"\
  543.     "..\..\PageMakerClassLibrary\Queries\PGetPubWindows.h"\
  544.     "..\..\PageMakerClassLibrary\Queries\PGetRuleAbove.h"\
  545.     "..\..\PageMakerClassLibrary\Queries\PGetRuleBelow.h"\
  546.     "..\..\PageMakerClassLibrary\Queries\PGetRuleOptions.h"\
  547.     "..\..\PageMakerClassLibrary\Queries\PGetSpaceOptions.h"\
  548.     "..\..\PageMakerClassLibrary\Queries\PGetStoryEditPref.h"\
  549.     "..\..\PageMakerClassLibrary\Queries\PGetStoryIDList.h"\
  550.     "..\..\PageMakerClassLibrary\Queries\PGetStoryList.h"\
  551.     "..\..\PageMakerClassLibrary\Queries\PGetStoryText.h"\
  552.     "..\..\PageMakerClassLibrary\Queries\PGetSuppressPalDraw.h"\
  553.     "..\..\PageMakerClassLibrary\Queries\PGetTabs.h"\
  554.     "..\..\PageMakerClassLibrary\Queries\PGetTextCursor.h"\
  555.     "..\..\PageMakerClassLibrary\Queries\PGetTextLocation.h"\
  556.     "..\..\PageMakerClassLibrary\Queries\PGetTextRun.h"\
  557.     "..\..\PageMakerClassLibrary\Queries\PGetTextWrap.h"\
  558.     "..\..\PageMakerClassLibrary\Queries\PGetTextWrapPoly.h"\
  559.     "..\..\PageMakerClassLibrary\Queries\PGetTOCIndexID.h"\
  560.     "..\..\PageMakerClassLibrary\Queries\PGetTransform.h"\
  561.     "..\..\PageMakerClassLibrary\Queries\PGetTrapSettings.h"\
  562.     "..\..\PageMakerClassLibrary\Queries\PGetTypeOptions.h"\
  563.     "..\..\PageMakerClassLibrary\Queries\PGetTypeStyle.h"\
  564.     "..\..\PageMakerClassLibrary\Queries\PGetVertGuides.h"\
  565.     "..\..\PageMakerClassLibrary\Queries\PGetWordSpace.h"\
  566.     "..\..\PageMakerClassLibrary\Queries\PGetZeroPoint.h"\
  567.     "..\..\PageMakerClassLibrary\Queries\PHandleQuery.h"\
  568.     "..\..\PageMakerClassLibrary\queries\PListMom.h"\
  569.     "..\..\PageMakerClassLibrary\Queries\PListQuery.h"\
  570.     "..\..\PageMakerClassLibrary\Queries\PLongQuery.h"\
  571.     "..\..\PageMakerClassLibrary\Queries\PRectQuery.h"\
  572.     "..\..\PageMakerClassLibrary\Queries\PShortQuery.h"\
  573.     "..\..\PageMakerClassLibrary\Queries\PStringListQuery.h"\
  574.     "..\..\PageMakerClassLibrary\Queries\PStringQuery.h"\
  575.     "..\..\PageMakerClassLibrary\Queries\PTextBlock.h"\
  576.     "..\Common\FramePlugin.h"\
  577.     
  578. NODEP_CPP_FRAME=\
  579.     "..\..\includes\oldpmblk.h"\
  580.     "..\..\includes\PageMakerDialogErrs.h"\
  581.     "..\..\includes\PageMakerFileErrs.h"\
  582.     "..\..\includes\PageMakerImpExpErrs.h"\
  583.     "..\..\includes\PageMakerMiscErrs.h"\
  584.     "..\..\includes\PageMakerPrinterErrs.h"\
  585.     "..\..\includes\PageMakerTextErrs.h"\
  586.     
  587.  
  588. "$(INTDIR)\FramePlugin.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
  589.    $(CPP) $(CPP_PROJ) $(SOURCE)
  590.  
  591.  
  592. !ELSEIF  "$(CFG)" == "PCLFrame - Win32 Debug"
  593.  
  594. DEP_CPP_FRAME=\
  595.     "..\..\includes\CICommandsAndQueries.h"\
  596.     "..\..\includes\CIInterfaceManager.h"\
  597.     "..\..\includes\CIWindow.h"\
  598.     "..\..\includes\oldpatch.h"\
  599.     "..\..\includes\oldtypes.h"\
  600.     "..\..\includes\PMCommands.h"\
  601.     "..\..\includes\PMCQErrs.h"\
  602.     "..\..\includes\PMErrors.h"\
  603.     "..\..\includes\PMInterfaceIDs.h"\
  604.     "..\..\includes\PMPlugin.h"\
  605.     "..\..\includes\PMQueries.h"\
  606.     "..\..\includes\PMTypes.h"\
  607.     "..\..\includes\PMUtils.h"\
  608.     "..\..\PageMakerClassLibrary\Commands\PAddition.h"\
  609.     "..\..\PageMakerClassLibrary\Commands\PAddWord.h"\
  610.     "..\..\PageMakerClassLibrary\Commands\PAlignment.h"\
  611.     "..\..\PageMakerClassLibrary\Commands\PBlackAttributes.h"\
  612.     "..\..\PageMakerClassLibrary\Commands\PBook.h"\
  613.     "..\..\PageMakerClassLibrary\Commands\PBoolCommand.h"\
  614.     "..\..\PageMakerClassLibrary\Commands\PBox.h"\
  615.     "..\..\PageMakerClassLibrary\Commands\PCase.h"\
  616.     "..\..\PageMakerClassLibrary\Commands\PChange.h"\
  617.     "..\..\PageMakerClassLibrary\Commands\PChangeAll.h"\
  618.     "..\..\PageMakerClassLibrary\Commands\PChangeParaAttr.h"\
  619.     "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr1.h"\
  620.     "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr2.h"\
  621.     "..\..\PageMakerClassLibrary\Commands\PClose.h"\
  622.     "..\..\PageMakerClassLibrary\Commands\PColor.h"\
  623.     "..\..\PageMakerClassLibrary\Commands\PColumnGuides.h"\
  624.     "..\..\PageMakerClassLibrary\Commands\PCreateIndex.h"\
  625.     "..\..\PageMakerClassLibrary\Commands\PCreateTOC.h"\
  626.     "..\..\PageMakerClassLibrary\Commands\PCrop.h"\
  627.     "..\..\PageMakerClassLibrary\Commands\PDefineColor.h"\
  628.     "..\..\PageMakerClassLibrary\Commands\PDefineInk.h"\
  629.     "..\..\PageMakerClassLibrary\Commands\PDefineMasterPage.h"\
  630.     "..\..\PageMakerClassLibrary\Commands\PDeletePrivateData.h"\
  631.     "..\..\PageMakerClassLibrary\Commands\PExport.h"\
  632.     "..\..\PageMakerClassLibrary\Commands\PFillAndLine.h"\
  633.     "..\..\PageMakerClassLibrary\Commands\PFillStyle.h"\
  634.     "..\..\PageMakerClassLibrary\Commands\PFind.h"\
  635.     "..\..\PageMakerClassLibrary\Commands\PFindParaAttr.h"\
  636.     "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr1.h"\
  637.     "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr2.h"\
  638.     "..\..\PageMakerClassLibrary\Commands\PFontDrawing.h"\
  639.     "..\..\PageMakerClassLibrary\Commands\PHyphenation.h"\
  640.     "..\..\PageMakerClassLibrary\Commands\PImport.h"\
  641.     "..\..\PageMakerClassLibrary\Commands\PIndents.h"\
  642.     "..\..\PageMakerClassLibrary\Commands\PIndexFormat.h"\
  643.     "..\..\PageMakerClassLibrary\Commands\PInkND.h"\
  644.     "..\..\PageMakerClassLibrary\Commands\PInsertPages.h"\
  645.     "..\..\PageMakerClassLibrary\Commands\PLetterSpace.h"\
  646.     "..\..\PageMakerClassLibrary\Commands\PLine.h"\
  647.     "..\..\PageMakerClassLibrary\Commands\PLineStyle.h"\
  648.     "..\..\PageMakerClassLibrary\Commands\PLinkOptions.h"\
  649.     "..\..\PageMakerClassLibrary\Commands\PLongCommand.h"\
  650.     "..\..\PageMakerClassLibrary\Commands\PManualKerning.h"\
  651.     "..\..\PageMakerClassLibrary\Commands\PMasterPage.h"\
  652.     "..\..\PageMakerClassLibrary\Commands\PMeasureUnits.h"\
  653.     "..\..\PageMakerClassLibrary\Commands\PMove.h"\
  654.     "..\..\PageMakerClassLibrary\Commands\PMoveColumn.h"\
  655.     "..\..\PageMakerClassLibrary\Commands\PMultiplePaste.h"\
  656.     "..\..\PageMakerClassLibrary\Commands\PMultPasteOffset.h"\
  657.     "..\..\PageMakerClassLibrary\Commands\PNewStory.h"\
  658.     "..\..\PageMakerClassLibrary\Commands\PNewStorySized.h"\
  659.     "..\..\PageMakerClassLibrary\Commands\PNudge.h"\
  660.     "..\..\PageMakerClassLibrary\Commands\PNullCommand.h"\
  661.     "..\..\PageMakerClassLibrary\Commands\POpen.h"\
  662.     "..\..\PageMakerClassLibrary\Commands\POval.h"\
  663.     "..\..\PageMakerClassLibrary\Commands\PPage.h"\
  664.     "..\..\PageMakerClassLibrary\Commands\PPageMargins.h"\
  665.     "..\..\PageMakerClassLibrary\Commands\PPageNumbers.h"\
  666.     "..\..\PageMakerClassLibrary\Commands\PPageOptions.h"\
  667.     "..\..\PageMakerClassLibrary\Commands\PPageSize.h"\
  668.     "..\..\PageMakerClassLibrary\Commands\PPaintWindow.h"\
  669.     "..\..\PageMakerClassLibrary\Commands\PParaOptions.h"\
  670.     "..\..\PageMakerClassLibrary\Commands\PParaSpace.h"\
  671.     "..\..\PageMakerClassLibrary\Commands\PPasteSpecial.h"\
  672.     "..\..\PageMakerClassLibrary\Commands\PPickColor.h"\
  673.     "..\..\PageMakerClassLibrary\Commands\PPlace.h"\
  674.     "..\..\PageMakerClassLibrary\Commands\PPlaceSized.h"\
  675.     "..\..\PageMakerClassLibrary\Commands\PPolygon.h"\
  676.     "..\..\PageMakerClassLibrary\Commands\PPolygonAttribs.h"\
  677.     "..\..\PageMakerClassLibrary\Commands\PPreferences.h"\
  678.     "..\..\PageMakerClassLibrary\Commands\PPrint.h"\
  679.     "..\..\PageMakerClassLibrary\Commands\PPrintColor.h"\
  680.     "..\..\PageMakerClassLibrary\Commands\PPrintDoc.h"\
  681.     "..\..\PageMakerClassLibrary\Commands\PPrintFeature.h"\
  682.     "..\..\PageMakerClassLibrary\Commands\PPrintInk.h"\
  683.     "..\..\PageMakerClassLibrary\Commands\PPrintOptions.h"\
  684.     "..\..\PageMakerClassLibrary\Commands\PPrintOptionsPS.h"\
  685.     "..\..\PageMakerClassLibrary\Commands\PPrintPaperPS.h"\
  686.     "..\..\PageMakerClassLibrary\Commands\PPrintTo.h"\
  687.     "..\..\PageMakerClassLibrary\Commands\PPrivateData.h"\
  688.     "..\..\PageMakerClassLibrary\Commands\PPrivateString.h"\
  689.     "..\..\PageMakerClassLibrary\Commands\PReflect.h"\
  690.     "..\..\PageMakerClassLibrary\Commands\PRemovePages.h"\
  691.     "..\..\PageMakerClassLibrary\Commands\PRemoveUnusedColors.h"\
  692.     "..\..\PageMakerClassLibrary\Commands\PRemoveWord.h"\
  693.     "..\..\PageMakerClassLibrary\Commands\PRenameMasterPage.h"\
  694.     "..\..\PageMakerClassLibrary\Commands\PResize.h"\
  695.     "..\..\PageMakerClassLibrary\Commands\PResizePct.h"\
  696.     "..\..\PageMakerClassLibrary\Commands\PRevert.h"\
  697.     "..\..\PageMakerClassLibrary\Commands\PRotate.h"\
  698.     "..\..\PageMakerClassLibrary\Commands\PRuleAbove.h"\
  699.     "..\..\PageMakerClassLibrary\Commands\PRuleBelow.h"\
  700.     "..\..\PageMakerClassLibrary\Commands\PRuleOptions.h"\
  701.     "..\..\PageMakerClassLibrary\Commands\PSaveAs.h"\
  702.     "..\..\PageMakerClassLibrary\Commands\PSaveAsMasterPage.h"\
  703.     "..\..\PageMakerClassLibrary\Commands\PScroll.h"\
  704.     "..\..\PageMakerClassLibrary\Commands\PSelect.h"\
  705.     "..\..\PageMakerClassLibrary\Commands\PSelectExtend.h"\
  706.     "..\..\PageMakerClassLibrary\Commands\PSendToPage.h"\
  707.     "..\..\PageMakerClassLibrary\Commands\PSetTextCursor.h"\
  708.     "..\..\PageMakerClassLibrary\Commands\PShortCommand.h"\
  709.     "..\..\PageMakerClassLibrary\Commands\PSizeBump.h"\
  710.     "..\..\PageMakerClassLibrary\Commands\PSkew.h"\
  711.     "..\..\PageMakerClassLibrary\Commands\PSpaceOptions.h"\
  712.     "..\..\PageMakerClassLibrary\Commands\PSpell.h"\
  713.     "..\..\PageMakerClassLibrary\Commands\PStoryEditPref.h"\
  714.     "..\..\PageMakerClassLibrary\Commands\PStringCommand.h"\
  715.     "..\..\PageMakerClassLibrary\Commands\PSuppressPalDraw.h"\
  716.     "..\..\PageMakerClassLibrary\Commands\PTabs.h"\
  717.     "..\..\PageMakerClassLibrary\Commands\PTextCursor.h"\
  718.     "..\..\PageMakerClassLibrary\Commands\PTextSelect.h"\
  719.     "..\..\PageMakerClassLibrary\Commands\PTextWrap.h"\
  720.     "..\..\PageMakerClassLibrary\Commands\PTextWrapPoly.h"\
  721.     "..\..\PageMakerClassLibrary\Commands\PTool.h"\
  722.     "..\..\PageMakerClassLibrary\Commands\PTrack.h"\
  723.     "..\..\PageMakerClassLibrary\Commands\PTrapSettings.h"\
  724.     "..\..\PageMakerClassLibrary\Commands\PTypeOptions.h"\
  725.     "..\..\PageMakerClassLibrary\Commands\PWindow.h"\
  726.     "..\..\PageMakerClassLibrary\Commands\PWordSpace.h"\
  727.     "..\..\PageMakerClassLibrary\Common\PCL.h"\
  728.     "..\..\PageMakerClassLibrary\lowlevel\PCallback.h"\
  729.     "..\..\PageMakerClassLibrary\LowLevel\PCommand.h"\
  730.     "..\..\PageMakerClassLibrary\LowLevel\PKeywords.h"\
  731.     "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
  732.     "..\..\PageMakerClassLibrary\LowLevel\PQuery.h"\
  733.     "..\..\PageMakerClassLibrary\LowLevel\PReplyBuf.h"\
  734.     "..\..\PageMakerClassLibrary\LowLevel\PRequestBuf.h"\
  735.     "..\..\PageMakerClassLibrary\Queries\PBoolQuery.h"\
  736.     "..\..\PageMakerClassLibrary\Queries\PGetAdditions.h"\
  737.     "..\..\PageMakerClassLibrary\Queries\PGetAdditionsDir.h"\
  738.     "..\..\PageMakerClassLibrary\Queries\PGetBlackAttributes.h"\
  739.     "..\..\PageMakerClassLibrary\Queries\PGetBook.h"\
  740.     "..\..\PageMakerClassLibrary\Queries\PGetChangeParaAttr.h"\
  741.     "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr1.h"\
  742.     "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr2.h"\
  743.     "..\..\PageMakerClassLibrary\Queries\PGetColor.h"\
  744.     "..\..\PageMakerClassLibrary\Queries\PGetColorInfo.h"\
  745.     "..\..\PageMakerClassLibrary\Queries\PGetColumnGuides.h"\
  746.     "..\..\PageMakerClassLibrary\Queries\PGetConvertStr.h"\
  747.     "..\..\PageMakerClassLibrary\Queries\PGetConvertTwips.h"\
  748.     "..\..\PageMakerClassLibrary\Queries\PGetExportFilters.h"\
  749.     "..\..\PageMakerClassLibrary\Queries\PGetFillAndLine.h"\
  750.     "..\..\PageMakerClassLibrary\Queries\PGetFindParaAttr.h"\
  751.     "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr1.h"\
  752.     "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr2.h"\
  753.     "..\..\PageMakerClassLibrary\Queries\PGetFontDrawing.h"\
  754.     "..\..\PageMakerClassLibrary\Queries\PGetFontList.h"\
  755.     "..\..\PageMakerClassLibrary\Queries\PGetHorizGuides.h"\
  756.     "..\..\PageMakerClassLibrary\Queries\PGetHyphenation.h"\
  757.     "..\..\PageMakerClassLibrary\Queries\PGetImageFrame.h"\
  758.     "..\..\PageMakerClassLibrary\Queries\PGetImportFilters.h"\
  759.     "..\..\PageMakerClassLibrary\Queries\PGetIndents.h"\
  760.     "..\..\PageMakerClassLibrary\Queries\PGetInkND.h"\
  761.     "..\..\PageMakerClassLibrary\Queries\PGetLetterSpace.h"\
  762.     "..\..\PageMakerClassLibrary\Queries\PGetLineBreak.h"\
  763.     "..\..\PageMakerClassLibrary\Queries\PGetLineBreakLoc.h"\
  764.     "..\..\PageMakerClassLibrary\Queries\PGetLineStyle.h"\
  765.     "..\..\PageMakerClassLibrary\Queries\PGetLinkInfo.h"\
  766.     "..\..\PageMakerClassLibrary\Queries\PGetLinkOptions.h"\
  767.     "..\..\PageMakerClassLibrary\Queries\PGetLinks.h"\
  768.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPage.h"\
  769.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPageInfo.h"\
  770.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPageList.h"\
  771.     "..\..\PageMakerClassLibrary\Queries\PGetMasterPageName.h"\
  772.     "..\..\PageMakerClassLibrary\Queries\PGetMeasureUnits.h"\
  773.     "..\..\PageMakerClassLibrary\Queries\PGetMultPasteOffset.h"\
  774.     "..\..\PageMakerClassLibrary\Queries\PGetObjectIDInfo.h"\
  775.     "..\..\PageMakerClassLibrary\Queries\PGetObjectInfo.h"\
  776.     "..\..\PageMakerClassLibrary\Queries\PGetObjectLoc.h"\
  777.     "..\..\PageMakerClassLibrary\Queries\PGetPageID.h"\
  778.     "..\..\PageMakerClassLibrary\Queries\PGetPageImage.h"\
  779.     "..\..\PageMakerClassLibrary\Queries\PGetPageMargins.h"\
  780.     "..\..\PageMakerClassLibrary\Queries\PGetPageNumber.h"\
  781.     "..\..\PageMakerClassLibrary\Queries\PGetPageNumberByID.h"\
  782.     "..\..\PageMakerClassLibrary\Queries\PGetPageNumbers.h"\
  783.     "..\..\PageMakerClassLibrary\Queries\PGetPageOptions.h"\
  784.     "..\..\PageMakerClassLibrary\Queries\PGetPageSize.h"\
  785.     "..\..\PageMakerClassLibrary\Queries\PGetParaOptions.h"\
  786.     "..\..\PageMakerClassLibrary\Queries\PGetParaSpace.h"\
  787.     "..\..\PageMakerClassLibrary\Queries\PGetPickers.h"\
  788.     "..\..\PageMakerClassLibrary\Queries\PGetPMInfo.h"\
  789.     "..\..\PageMakerClassLibrary\Queries\PGetPolygonAttribs.h"\
  790.     "..\..\PageMakerClassLibrary\Queries\PGetPPDFontLocation.h"\
  791.     "..\..\PageMakerClassLibrary\Queries\PGetPreferences.h"\
  792.     "..\..\PageMakerClassLibrary\Queries\PGetPrintCaps.h"\
  793.     "..\..\PageMakerClassLibrary\Queries\PGetPrintColor.h"\
  794.     "..\..\PageMakerClassLibrary\Queries\PGetPrintDoc.h"\
  795.     "..\..\PageMakerClassLibrary\Queries\PGetPrinter.h"\
  796.     "..\..\PageMakerClassLibrary\Queries\PGetPrintFeature.h"\
  797.     "..\..\PageMakerClassLibrary\Queries\PGetPrintFeatureItems.h"\
  798.     "..\..\PageMakerClassLibrary\Queries\PGetPrintInk.h"\
  799.     "..\..\PageMakerClassLibrary\Queries\PGetPrintOptions.h"\
  800.     "..\..\PageMakerClassLibrary\Queries\PGetPrintOptionsPS.h"\
  801.     "..\..\PageMakerClassLibrary\Queries\PGetPrintPaperPS.h"\
  802.     "..\..\PageMakerClassLibrary\Queries\PGetPrintTo.h"\
  803.     "..\..\PageMakerClassLibrary\Queries\PGetPrivateData.h"\
  804.     "..\..\PageMakerClassLibrary\Queries\PGetPrivateList.h"\
  805.     "..\..\PageMakerClassLibrary\Queries\PGetPrivateString.h"\
  806.     "..\..\PageMakerClassLibrary\Queries\PGetPubWindowRect.h"\
  807.     "..\..\PageMakerClassLibrary\Queries\PGetPubWindows.h"\
  808.     "..\..\PageMakerClassLibrary\Queries\PGetRuleAbove.h"\
  809.     "..\..\PageMakerClassLibrary\Queries\PGetRuleBelow.h"\
  810.     "..\..\PageMakerClassLibrary\Queries\PGetRuleOptions.h"\
  811.     "..\..\PageMakerClassLibrary\Queries\PGetSpaceOptions.h"\
  812.     "..\..\PageMakerClassLibrary\Queries\PGetStoryEditPref.h"\
  813.     "..\..\PageMakerClassLibrary\Queries\PGetStoryIDList.h"\
  814.     "..\..\PageMakerClassLibrary\Queries\PGetStoryList.h"\
  815.     "..\..\PageMakerClassLibrary\Queries\PGetStoryText.h"\
  816.     "..\..\PageMakerClassLibrary\Queries\PGetSuppressPalDraw.h"\
  817.     "..\..\PageMakerClassLibrary\Queries\PGetTabs.h"\
  818.     "..\..\PageMakerClassLibrary\Queries\PGetTextCursor.h"\
  819.     "..\..\PageMakerClassLibrary\Queries\PGetTextLocation.h"\
  820.     "..\..\PageMakerClassLibrary\Queries\PGetTextRun.h"\
  821.     "..\..\PageMakerClassLibrary\Queries\PGetTextWrap.h"\
  822.     "..\..\PageMakerClassLibrary\Queries\PGetTextWrapPoly.h"\
  823.     "..\..\PageMakerClassLibrary\Queries\PGetTOCIndexID.h"\
  824.     "..\..\PageMakerClassLibrary\Queries\PGetTransform.h"\
  825.     "..\..\PageMakerClassLibrary\Queries\PGetTrapSettings.h"\
  826.     "..\..\PageMakerClassLibrary\Queries\PGetTypeOptions.h"\
  827.     "..\..\PageMakerClassLibrary\Queries\PGetTypeStyle.h"\
  828.     "..\..\PageMakerClassLibrary\Queries\PGetVertGuides.h"\
  829.     "..\..\PageMakerClassLibrary\Queries\PGetWordSpace.h"\
  830.     "..\..\PageMakerClassLibrary\Queries\PGetZeroPoint.h"\
  831.     "..\..\PageMakerClassLibrary\Queries\PHandleQuery.h"\
  832.     "..\..\PageMakerClassLibrary\queries\PListMom.h"\
  833.     "..\..\PageMakerClassLibrary\Queries\PListQuery.h"\
  834.     "..\..\PageMakerClassLibrary\Queries\PLongQuery.h"\
  835.     "..\..\PageMakerClassLibrary\Queries\PRectQuery.h"\
  836.     "..\..\PageMakerClassLibrary\Queries\PShortQuery.h"\
  837.     "..\..\PageMakerClassLibrary\Queries\PStringListQuery.h"\
  838.     "..\..\PageMakerClassLibrary\Queries\PStringQuery.h"\
  839.     "..\..\PageMakerClassLibrary\Queries\PTextBlock.h"\
  840.     "..\Common\FramePlugin.h"\
  841.     
  842. NODEP_CPP_FRAME=\
  843.     "..\..\includes\oldpmblk.h"\
  844.     
  845.  
  846. "$(INTDIR)\FramePlugin.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
  847.    $(CPP) $(CPP_PROJ) $(SOURCE)
  848.  
  849.  
  850. !ENDIF 
  851.  
  852. # End Source File
  853. ################################################################################
  854. # Begin Source File
  855.  
  856. SOURCE=..\..\PageMakerClassLibrary\Windows\PCL.lib
  857.  
  858. !IF  "$(CFG)" == "PCLFrame - Win32 Release"
  859.  
  860. !ELSEIF  "$(CFG)" == "PCLFrame - Win32 Debug"
  861.  
  862. !ENDIF 
  863.  
  864. # End Source File
  865. # End Target
  866. # End Project
  867. ################################################################################
  868.